home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** HSliderClass.h
- ** ⌐1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef HSLIDERCLASS_H
- #define HSLIDERCLASS_H
-
- #include "HSlider.h"
- #include "SliderClass.h"
-
- struct PositionerClass *HSliderClass( void );
-
-
- #endif